-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI Sitegen Capability Check #412
AI Sitegen Capability Check #412
Conversation
officiallygod
commented
Jan 15, 2024
•
edited
Loading
edited
const AI_FLOW = 'ai'; | ||
const ONBOARDING_FLOW = 'onboarding'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds Good, Let me do that.
@@ -53,9 +55,9 @@ const StartOptions = ( { questionnaire, oldFlow, options } ) => { | |||
}; | |||
const selectFlow = ( flow ) => { | |||
switch ( flow ) { | |||
case 'onboarding': | |||
case ONBOARDING_FLOW: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we maintain consistency by changing the terms onboarding, ai and sitegen to align with what we already have, which are, wp-setup, ecommerce, and sitegen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was doubtful as of ONBOARDING_FLOW covers both wp-setup as well as ecommerce, lemme look and make it aligned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the Pink X
button on the Logo Step.